home *** CD-ROM | disk | FTP | other *** search
/ DOOM Companion (Alt) / DOOM Companion CD-ROM - iso.7z / DOOM Companion CD-ROM.iso / text / ftpdoom.hlp < prev    next >
Text File  |  1994-03-22  |  10KB  |  299 lines

  1.  
  2.                      How To FTP Shareware Doom.
  3.                      ^^^^^^^^^^^^^^^^^^^^^^^^^^
  4.  
  5.                        1st Revision, 19/3/94.
  6.  
  7.  
  8. One easy way to get Shareware Doom is from an ftp site.
  9.  
  10. Many sites have the shareware version, which is the whole of episode 1
  11. from the game (the full game has a further two episodes), and also a
  12. patch file to update the shareware v1.1 to shareware v1.2.
  13.  
  14. Here are instructions for getting the shareware game, version 1.2:
  15.  
  16.  
  17. 1. Ftp to an appropriate site.
  18.  
  19. As an example, I did this:
  20.  
  21.    ftp ftp.demon.co.uk
  22.  
  23. (BTW, to UK readers: use info.brad.ac.uk. It's really fast! I got
  24. the entire doom file in 85 seconds when I tested that site! It
  25. transfered at 26Kb/s).
  26.  
  27. At the prompt for your name, enter 'ftp'.
  28. As a password, enter your full email address (ie. you'd enter:)
  29.  
  30.    <name>@<address>
  31.  
  32. eg. I entered:
  33.  
  34.    mapleson@cee.hw.ac.uk
  35.  
  36. Obviously, being a password, it doesn't get echoed to the screen when
  37. you type it, so type carefully!
  38.  
  39.  
  40. 2. Goto the appropriate directory.
  41.  
  42.    On this particular site, enter:
  43.  
  44.    cd /pub/ibmpc/games/id
  45.  
  46. followed by:
  47.  
  48.    ls -l
  49.  
  50. (I include the -l to see how big the files are. Note: on some sites, you
  51. might have to use 'dir' instead of 'ls'):
  52.  
  53. and, amongst other files, you'll see the following on this site:
  54.  
  55. -rw-r--r--   1 ftp      100        17303 Dec 17 09:44 deice.exe
  56. -rw-r--r--   1 ftp      100          166 Feb 18 16:11 dm1_2rpt.txt
  57. -rw-r--r--   1 ftp      100       451709 Feb 18 16:22 dm1_2rpt.zip
  58. -rw-r--r--   1 ftp      100          239 Feb 18 16:23 dm1_2spt.txt
  59. -rw-r--r--   1 ftp      100       389304 Feb 18 16:33 dm1_2spt.zip
  60. -r--r--r--   1 ftp      ftp        21510 Jan 11 11:03 dmedit4.zip
  61. -rw-r--r--   1 ftp      100       360218 Dec 23 15:05 doom11pt.zip
  62. -rw-r--r--   1 ftp      100      2213975 Dec 18 11:21 doom1_1.zip
  63. -rw-r--r--   1 ftp      100      1199184 Dec 18 11:29 doom1_1a.zip
  64. -rw-r--r--   1 ftp      100      1015241 Dec 18 11:41 doom1_1b.zip
  65. -rw-r--r--   1 ftp      100          468 Feb 18 16:33 doom1_2.txt
  66. -rw-r--r--   1 ftp      100      2256322 Feb 18 18:03 doom1_2.zip
  67. -rw-r--r--   1 ftp      100          466 Feb 18 18:04 doom1_2a.txt
  68. -rw-r--r--   1 ftp      100      1453520 Feb 18 19:00 doom1_2a.zip
  69. -rw-r--r--   1 ftp      100          466 Feb 18 19:00 doom1_2b.txt
  70. -rw-r--r--   1 ftp      100       803232 Feb 18 19:24 doom1_2b.zip
  71.  
  72.  
  73. The file doom1_2.zip is the shareware version in zip (compressed) form.
  74. The file doom1_2.txt is just a description of the game in about 7 lines,
  75. so don't bother getting it. You're better off reading the Doom FAQ, by
  76. Hank Leukart, which has the 'story' background to the game in chapter 2.
  77. Anybody who wants a copy of the new Doom FAQ v5.5, just email me and
  78. I'll send it to you. Hopefully, this should take some of the load of
  79. Hank. I won't post the FAQ it here 'cos it's BIG! Besides, Hank posts it
  80. to alt.games.doom every now and again anyway. Also, anyone who wants a
  81. complete description of the cheat codes for doom or info on demo-making,
  82. etc., email me and I'll send a copy to you (if you ask for the FAQ,
  83. you'll get the cheat codes and demo info anyway).
  84.  
  85. Further, in the above file list, the file dm1_2spt.zip is a patch file
  86. that will update shareware v1.1 to shareware v1.2. You can get this
  87. instead if it's more convenient (if you do, get the file dm1_2spt.txt
  88. as well and read it). Most sites will have most, or all, of the files
  89. shown above.
  90.  
  91. Anyway, on with the ftp...
  92.  
  93.  
  94. 3. Before you can get the file(s), you have to switch to binary mode,
  95. otherwise any files you get will be useless! So enter this:
  96.  
  97.    bin
  98.  
  99. Or, if that gives an error (very unlikely), enter this:
  100.  
  101.    image
  102.  
  103. You'll get a message saying 'Switched to type: binary', or something
  104. similar ('Switched to type I', is a common message).
  105.  
  106.  
  107. 4. Next, enter this:
  108.  
  109.    hash
  110.  
  111. This will make '#' symbols appear during the ftp process, enabling
  112. you to see how the transfer is getting on. Each '#' represents a
  113. certian number of bytes transfered. It varies from 1024 to 8000
  114. upwards.
  115.  
  116.  
  117. Now enter this to get the big Doom file:
  118.  
  119.    get doom1_2.zip
  120.  
  121. followed (after a hefty wait!) by:
  122.  
  123.    quit
  124.  
  125. to exit ftp.
  126.  
  127.  
  128.  
  129. Of course, you might find you can't get onto a site because too many
  130. other people are on it. If this happens, use a different site or try
  131. later on. Here are a list of sites to choose from (taken from the Doom
  132. FAQ v5.5. If any are out of date please tell me and I'll pass the info
  133. on to Hank):
  134.  
  135.  
  136. [6-1-2]: How can I get DOOM using FTP?
  137. --------------------------------------
  138.  
  139.     Here is a list of sites DOOM is on.  Choose the one closest to you
  140. for fastest delivery.
  141.  
  142.      andyspc.rh.uchicago.edu: /pub
  143.      archive.orst.edu: pub/tmp (will be moved to pub/gaming/doom)
  144.      cactus.org: /pub/incoming (will be moved to /pub/IHHD/multi-player)
  145.      charm.hepth.cornell.edu: /pub/doom/doom_v1.2
  146.      cs.huji.ac.il: /incoming (will be moved to /pub/msdos/id)
  147.      cs.nyu.edu: /pub/uploads
  148.      cscns.com: /ftp/pub/uploads
  149.      ftp.cc.umanitoba.ca: /wolf3d/incoming (will be moved to pub/doom)
  150.      ftp.cdrom.com: /pub/games/incoming
  151.      ftp.csus.edu: /incoming  (move to /pub/id)
  152.      ftp.demon.co.uk: /incoming (will be moved to /pub/ibmpc/games)
  153.      ftp.sheridanc.on.ca: /incoming
  154.      ftp.sun.ac.za: /pub/Contrib (will be moved to /pub/msdos/id)
  155.      ftp.uml.edu: /msdos/Games/ID
  156.      ftp.uni-kl.de: /pub/incoming/pc
  157.      ftp.uni-oldenburg.de: /pub/incoming/dos
  158.      ftp.urz.uni-heidelberg.de: /incoming
  159.      ftp.uu.net: /tmp
  160.      ftp.uwp.edu: /pub/incoming/id (will be moved to /pub/msdos/games/id)
  161.      ftp.funet.fi: /pub/msdos/games/id
  162.      info.brad.ac.uk: /software/msdos/doom
  163.      lemming.uvm.edu: /incoming
  164.      ocf.unt.edu: /pub/doom/id (doom1_2.zip is in /pub/incoming just now.
  165.                                 Will be moved to pub/doom/id)
  166.      sell.tamu.edu: /incoming/doom
  167.      vincent1.iastate.edu: /incoming (login as "anonymous.void")
  168.      wuarchive.wustl.edu: /pub/MSDOS_UPLOADS/games/doom
  169.      zen.btc.uwe.ac.uk: /pub/doom
  170.  
  171.  
  172. Also, you can keep an eye on how the ftp is going by repeatedly listing the
  173. file that's getting created as you wait. Comparing this to how big the
  174. file will eventually be gives you some idea of how long it's going to take.
  175. If it's gonna take *hours*, kill the process off (if you can! Easy on Unix)
  176. and try a different site.
  177.  
  178. When I listed the file at about 10 minutes into the transfer, I got this:
  179.  
  180. -rw-r--r--  1 mapleson    494592 Feb 22 19:23 doom1_2.zip
  181.  
  182. It's obviously faster later in the day, from closer sites, and on sites that
  183. are used less often.
  184.  
  185. In my case, it took 20 minutes for the file to arrive (it speeded up towards
  186. the end). I've seen better transfer rates, but I've also seen a hell of a
  187. lot worse!
  188.  
  189.  
  190. Now, enter:
  191.  
  192.    unzip doom1_2.zip
  193.  
  194. (or pkunzip, etc)
  195.  
  196. I got this (it took about 10 seconds, so no worries about hanging around for
  197. ages):
  198.  
  199.    Inflating: deice.exe              
  200.    Inflating: doom1_2s.1             
  201.    Inflating: doom1_2s.2             
  202.    Inflating: doom1_2s.dat           
  203.    Inflating: file_id.diz            
  204.    Inflating: install.bat            
  205.    Inflating: sysop.doc              
  206.  
  207. Thus, entering 'ls' gave:
  208.  
  209.    deice.exe              
  210.    doom1_2s.1             
  211.    doom1_2s.2             
  212.    doom1_2s.dat           
  213.    file_id.diz            
  214.    install.bat            
  215.    sysop.doc              
  216.  
  217. You'll need two high density floppy disks. Say they're called Disk 1 and
  218. Disk 2.
  219.  
  220. Place the file 'doom1_2s.2' on Disk 2 (Disk TWO). Place the other files on
  221. Disk 1.
  222.  
  223. Insert Disk 1, select drive A, and enter:
  224.  
  225.    install
  226.  
  227. The game will then install itself.
  228.  
  229. The two disks take about two and a half minutes to load from the two floppy
  230. disks. After this is finished, you will be asked to re-insert Disk 1 and
  231. press RETURN.
  232.  
  233. Having pressed RETURN, it will ask you what drive you want to decompress the
  234. game to. Just press the letter that corresponds to the drive you want.
  235.  
  236. Then, you are asked for the directory to install into (usually in the form
  237. <drive>:\DOOMSW). Again, just press RETURN (unless you want to alter the
  238. directory specification).
  239.  
  240. After pressing RETURN, the game will 'DE-ICE' - that is, it will decompress
  241. itself onto the drive. This process only takes 20 seconds on a 486/66, but
  242. it'll probably take somewhat longer (maybe a minute or two) on something
  243. like a 386/40. What I _can_ say is that about 4 lines of dots get created
  244. (you'll know what I mean by that when you see it). The speed at which the
  245. dots are displayed should then give you some idea as to how long it's going
  246. to take to DEICE. Shouldn't take long...
  247.  
  248. When it's finished, the game will automatically run the Doom set up program:
  249.  
  250. Select your sound card settings (if wanted/possible), re-configure the
  251. controls if necessary, etc. Then use 'Save settings and run Doom' option.
  252. And that's it! BTW, make sure that if you reconfigure the mouse or keyboard
  253. controls, you press F10 to accept the new setup, and _not_ RETURN!
  254.  
  255. This setup program can be run any time from DOS by entering 'setup' from
  256. your Doom directory, BTW.
  257.  
  258. Well, that's it. No more to be said - time kick some imp butt! :D
  259.  
  260. Have fun! :)
  261.  
  262. Ian.
  263.  
  264. PS. Some of you may try NiGhTmArE mode first. Remember: only the iddt and
  265. idclev cheats work in Nightmare mode, so don't complain when you find you
  266. can't get god mode, max ammo, etc. In case you have NO idea what I'm talking
  267. about, here is a small cheat summary (for full details, ask me for the
  268. cheats file - if I haven't already sent it to you):
  269.  
  270. iddqd         - Gode mode.
  271. idkfa         - Gets you max ammo, health, etc.
  272. idspispopd    - No clipping (walk through walls).
  273. idbehold      - Power up (followed by one of S, V, I, R, A or L).
  274. idclev        - Warp to episode/level (press two digit keys after typing).
  275. idmypos       - Display co-ordinates in hexadecimal notation.
  276. idchoppers    - Gives you the chainsaw.
  277. iddt          - Toggle map detail (can only be used whilst in Map Mode).
  278.  
  279.  
  280. Doom on!
  281.  
  282.  
  283. )*-------------------------------
  284.  
  285.  
  286. This help brought to you by:
  287.  
  288.  
  289. Ian Mapleson,
  290. Department of Computer Science and Electrical Engineering,
  291. Heriot Watt University,
  292. Riccarton,
  293. Edinburgh,
  294. Scotland,
  295. United Kingdom.
  296.  
  297. email to: mapleson@cee.hw.ac.uk
  298.  
  299.